This is the simplest possible format for storing 256 color palette type pictures. It contains the picture width, height, a palette, and the uncompressed image.
- Intel word 0: width
- Intel word 1: height
- 256 * 3 bytes: palette represented as red/green/blue triplets.